func net/http.cleanPath

5 uses

	net/http (current package)
		pattern.go#L126: 	if method != "" && method != "CONNECT" && rest != cleanPath(rest) {
		servemux121.go#L121: 	path := cleanPath(r.URL.Path)
		server.go#L2593: func cleanPath(p string) string {
		server.go#L2680: 		path = cleanPath(path)
		server.go#L2740: 			return n2, nil, &url.URL{Path: cleanPath(u.Path) + "/", RawQuery: u.RawQuery}